@charset "UTF-8";

@keyframes hang {
    0% {
        transform: translate(0px, 0px);
        opacity: 0;
    }

    50% {
        transform: translate(0px, -10px);
        opacity: 0.6;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

* {
    text-decoration: none;
}

body {
    font-family: "思源黑体";
}

table {
    border-collapse: collapse;
}


.lead>.p2 {
    position: relative;
}

.seeMore {
    display: none;
}

.header .navbar ul li::before {
    background-color: #fff;
}

.header .content-wraper .navbar ul li.active {
    border-bottom: 2px solid white;
}

body .header {
    width: 100%;
    background-color: #3eb5c5;
    height: 112px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

body .header .content-wraper {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .header .content-wraper #navToggle {
    display: none;
}

body .header .content-wraper .logo {
    height: 100%;
    display: flex;
    align-items: center;
    width: 28%;
}

body .header .content-wraper .logo img {
    max-width: 100%;
    max-height: 100%;
}

body .header .content-wraper .navbar {
    height: 100%;
    width: 60%;
    display: flex;
    line-height: 112px;
    justify-content: space-between;
}

body .header .content-wraper .navbar ul {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

body .header .content-wraper .navbar ul li {
    list-style: none;
}

body .header .content-wraper .navbar ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
}

body .header .content-wraper .navbar .control {
    margin-left: 6%;
    width: 10%;
    display: flex;

    justify-content: space-between;
    position: relative;
}

body .header .content-wraper .navbar .control a {
    text-decoration: none;
    font-size: 16px;
    color: white;

}

img {
    max-width: 100%;
}

body .header .content-wraper .navbar .control a:last-child {
    margin-right: 0 !important;
    margin-top: 8%;
}

body .header .content-wraper .navbar .control::before {
    content: "|";
    display: block;
    position: absolute;
    font-size: 16px;
    color: white;
    top: 0;
    left: -25%;
}

body .banner {
    position: relative;
    width: 100%;
    margin-top: 112px;
}
body .banner.index-banner{ height: calc(100vh - 112px); margin-bottom:0;}

body .banner .container-fluid {
    height: 100%;
    width: 100%;
    padding: 0;
}

body .banner .container-fluid .swiper-container {
    --swiper-theme-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --swiper-navigation-size: 20px;
}

body .banner .container-fluid .swiper-container .swiper-button-prev,body .banner .container-fluid .swiper-container .swiper-button-next {
    top: 90%
}

body .banner .container-fluid .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 5%;
    border: 1px solid #fff;
    opacity: 0.5;
    transition: all 1s;
}

body .banner .container-fluid .swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
    right: auto;
    left: 8%;
    border: 1px solid #fff;
    opacity: 0.5;
    transition: all 1s;
}

body .banner .container-fluid .swiper-container .swiper-button-prev:hover {
    opacity: 1;
}

body .banner .container-fluid .swiper-container .swiper-button-next:hover {
    opacity: 1;
}

body .banner .container-fluid .swiper-container .banner-pagination {
    width: 4px;
    height: 115px;
    position: absolute;
    top: 43%;
    right: 5%;
    bottom: auto;
    left: auto;
    z-index: 2;
}

body .banner .container-fluid .swiper-container .swiper-pagination-progressbar {
    background: rgba(255, 255, 225, 0.5);
}

body .banner .container-fluid .pagination-num {
    width: 25px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6%;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

body .banner .container-fluid .pagination-num span {
    font-size: 20px;
    color: white;
}

body .banner .container-fluid .pagination-num .active {
    color: #ffaa06;
    font-family: '宋体';
    font-size: 30px;
}

body .banner .container-fluid .pagination-num i {
    height: 1px;
    width: 25px;
    background-color: #FFFFFF;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p {
    margin: auto;
    width: 880px;
    text-align: center;

    color: white;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p:first-child {
    font-size: 24px;
    padding-top: 0;
    margin: 0;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p:last-child {
    font-size: 36px;

    line-height: 48px;
    margin: 0;
    margin-top: 40px;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 2s;
}

body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide-active img {
    transform: scale(1) !important;


}

body .banner .container-fluid .ani {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    animation: hang 2s infinite;
}

body .new {
    box-sizing: border-box;
    padding: 2.5% 5%;
    background: url("../images/bg_news.png");
}



body .new .new-wraper .newsdynamic .content {
    display: flex;
    justify-content: space-between;
}

body .new .new-wraper .newsdynamic .content .left {
    width: 60%;
    padding-right: 2%;
    box-sizing: border-box;
    display: flex;
}

body .new .new-wraper .newsdynamic .content .left_one {
    display: none;
}

body .new .new-wraper .newsdynamic .content .left_two {
    display: none;
}

body .new .new-wraper .newsdynamic .content .right {
    position: relative;
    width: 100%;
    width: 40%;
}

body .new .new-wraper .newsdynamic .content #tabs {
    width: 100%;
    height: 505px;
    overflow: hidden;
    margin: 0;

    box-sizing: border-box;

}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav {
    padding: 0;
    width: 100%;
    padding-left: 3%;
    box-sizing: border-box;
    position: absolute;
    top: -10%;
    right: 0;

    font-size: 18px;


}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav .navfixed {
    display: flex;
    position: relative;
}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav .navfixed .newmore {
    position: absolute;
    top: 0;
    right: 0;
}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav .active a {
    color: black;
    font-weight: bold;
}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav li {
    list-style: none;
    margin-right: 10%;
}

body .new .new-wraper .newsdynamic .content #tabs .newlistnav li a {
    text-decoration: none;
    color: #b5b5b5;

}

body .new .new-wraper .newsdynamic .content #tabs ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: -3%;
    margin-bottom: 6px;
}

body .new .new-wraper .newsdynamic .content #tabs ul li a {
    font-size: 18px;
    color: #999;
    background-color: transparent;
}

body .new .new-wraper .newsdynamic .content #tabs ul li .tabulous_active {
    background-color: transparent !important;
    color: #212121;
}

/* 0067B1 */
body .new .new-wraper .newsdynamic .content #tabs .tab-content {
    width: 100%;
    height: 100%;
    height: 507px !important;
    padding: 0;
    background-color: transparent;
}

body .new .new-wraper .newsdynamic .content #tabs .tab-content>div {
    display: none;
}

body .new .new-wraper .newsdynamic .content #tabs .tab-content>div:first-child {
    display: block;
}

body .new .new-wraper .newsdynamic .content #tabs .tab-content div p {
    margin: 0 0 35px !important;
    font-size: 16px;
    color: #555;
    position: relative;
    margin-bottom: 18px;
}

body .new .new-wraper .newsdynamic .content #tabs .tab-content div p:hover {
    color: #0067B1;
}

/* */
body .new .new-wraper .newsdynamic .content #tabs .tab-content div a {
    text-decoration: none;
}

body .new .new-wraper .newsdynamic .content #tabs .tab-content div p span:last-child {
    font-size: 16px;
    color: #999;
}

.cnm {
    display: flex;
    justify-content: space-between;
}

.cnm>.cmnSpan {
    display: inline-block;
    width: 74%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


body .new .new-wraper .newsdynamic .meta {
    margin-bottom: 34px;
    position: relative;
}

body .new .new-wraper .newsdynamic .meta p {
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #333;
}

body .new .new-wraper .newsdynamic .meta p:last-child {
    font-size: 26px;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
}

body .new .new-wraper .newsdynamic .swiper-container {
    overflow: hidden;
    width: 100%;
    display: none;
    height: 505px;
    margin: 0;
    position: relative;
}

body .new .new-wraper .newsdynamic .swiper-container:first-child {
    display: block;
}

body .new .new-wraper .newsdynamic .swiper-container .hvr-grow {
    width: 70%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background:#f8f8f8;
}

body .new .new-wraper .newsdynamic .swiper-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width:100%;
    height:100%;
    object-fit:contain;
}

body .new .new-wraper .newsdynamic .swiper-container .new-pagination {
    position: absolute;
    display: flex;
    justify-content: flex-end;

    z-index: 2;
    text-align: center;
    bottom: 5%;
    width: unset;
    left: 50%;
    box-sizing: border-box;
}

body .new .new-wraper .newsdynamic .swiper-container .new-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 22px;
    height: 22px;
    background-color: #FFFFFF;
    color: #2954A6;
    border: 2px solid #687BAB;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

}

body .new .new-wraper .newsdynamic .swiper-container .new-pagination .swiper-pagination-bullet-active {
    background-color: #FFAA06;
    color: white;
    border: none;
}

body .new .new-wraper .newsdynamic .other {
    overflow: hidden;
    width: 30%;
    background-color: #f8f8f8;
    height: 505px;
    position: relative;
    display: flex;
    align-items: center;
}

body .new .new-wraper .newsdynamic .other .desc {
    display: none !important;
    width: 275px;
    height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 32px;

}

body .new .new-wraper .newsdynamic .other .desc:first-child {
    display: block !important;
}

body .new .new-wraper .newsdynamic .other .desc p:nth-of-type(1) {
    line-height: 28px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin: 0 !important;
}

body .new .new-wraper .newsdynamic .other .desc p:nth-of-type(2) {
    text-align: justify;
    font-size: 14px;
    margin: 18px 0 40px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    line-height: 28px;
    border-top: 1px solid #DFEBFF;
    padding-top: 18px;
}

body .new .new-wraper .newsdynamic .other .desc a {
    color: #1a428a;
    font-size: 14px;
    text-decoration: none;
}

body .new .new-wraper .newsdynamic .other .desc a::after {
    content: ">>";
    display: inline-block;
    margin-left: 5px;
}

body .new .new-wraper .newsdynamic .other .desc .mark {
    position: absolute;
    text-align: center;


    top: 0;
    right: 0;
    width: 62px;
    height: 58px;
    padding-top: 10px;
    background-color: #333333;
}

body .new .new-wraper .newsdynamic .other .desc .mark span {
    display: block;
}

body .new .new-wraper .newsdynamic .other .desc .mark span:first-child {
    font-size: 22px;
    color: white;
}

body .new .new-wraper .newsdynamic .other .desc .mark span:last-child {
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

body .new .new-wraper .newsdynamic .other::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10%;
    background: url("../images/other.png");
    width: 100%;
    height: 150px;
    background-size: 100% 100%;
}

body .sub {
    padding: 5px 5% 2%;
    height: auto;
    background: url("../images/bg_pos.png");
}

body .sub .lead {
    margin-bottom: 60px;
    position: relative;
}

body .sub .lead h2 {
    margin: 0;
    width: auto;
    color: black;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
}

body .sub .lead>.p1 {
    width: auto;
    color: black;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

body .sub .lead p:nth-of-type(2) {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

body .sub .lead .tabs {
    position: absolute;
    bottom: 0;
    right: 0;
}

body .sub .lead .tabs ul {
    padding: 0;
    width: 241px;
    height: 82px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

body .sub .lead .tabs ul li {
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
}

body .sub .lead .tabs ul .active {
    position: relative;
}

body .sub .lead .tabs ul .active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 30%;
    width: 31px;
    height: 3px;
    background-color: #ffaa06;
}

body .sub .tab-content {
    height: 450px;
    overflow: hidden;
}

body .sub .tab-content #Institution {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

body .sub .tab-content #Institution a {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    margin-right: 1.3333%;
    margin-top: 10px;
    width: 25%;
    height: 103px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

body .sub .tab-content #Institution a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

body .sub .tab-content #Institution a:hover .meta p:first-child {
    color: #1c3fa2;
}

body .sub .tab-content #Institution a:hover img {
    transform: scale(1.2)
}

body .sub .tab-content #Institution a:nth-child(4n) {
    margin-right: 0;
}

.hvr-grow:hover .meta {
    background: #fff;
    transition: all linear .3s;
}

body .sub .tab-content #Institution .item :hover .meta p:first-child {
    colr: #0067B1 !important;
    transition: all linear .3s;
}

body .sub .tab-content #Institution .item {
    overflow: hidden;
    display: flex;
    margin-bottom: 39px;
    width: 100%;
    box-sizing: border-box;
}

body .sub .tab-content #Institution .item .meta {
    box-sizing: border-box;
    padding-left: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .sub .tab-content #Institution .item .meta p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

body .sub .tab-content #Institution .item .meta p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75em;
}

body .sub .tab-content #Institution .item .meta p:first-child {
    margin-bottom: 17px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

body .sub .tab-content #Institution .item .xsimg {
    height: 103px;
    width: 140px;
    overflow: hidden;
}

body .sub .tab-content #Institution .item .xsimg img {
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}

body .work {
    box-sizing: border-box;
    /*height: 750px;*/
    background: url("../images/bg_work.png");
    padding: 2% 5%;
    margin: auto;
}

body .work .lead {
    margin-bottom: 60px;
    position: relative;
}

body .work .lead>.p1 {
    margin: 0;
    width: auto;
    color: black;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
}

body .work .lead p:nth-of-type(2) {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

body .work .lead .workmore {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 40px;
    color: #ffaa06;
    border: 1px solid #ffaa06;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

body .work .lead .workmore:hover {
    background-color: #ffaa06;
    border: 1px solid #ffaa06;
    color: #fff;
}

body .work .lead .workmore img {
    margin-right: 10px;
}

body .work .main {
    height: 560px;
    display: flex;
}

body .work .main .tabbar {
    display: flex;
}

body .work .main .tabbar ul {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body .work .main .tabbar ul li {
    list-style: none;
    background-color: #eee;
    width: 300px;
    height: 94px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    box-sizing: border-box;
}

body .work .main .tabbar ul li .meta p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

body .work .main .tabbar ul li .meta p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
}

body .work .main .tabbar ul .active {
    background: #0067B1;
    position: relative;
}

body .work .main .tabbar ul .active p {
    color: white !important;
}

body .work .main .tabbar ul .active::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/active-arrow.png);
    top: 33px;

    right: 48px;
    width: 33px;
    height: 32px;
}

body .work .main .content {
    overflow: hidden;
    flex: 1;
}

body .work .main .content .list {
    display: flex;
    flex-wrap: wrap;

}

.list>a {
    display: block;
    width: 32%;
    height: calc((100% - 20px) / 2);

    margin-right: 1.5%;
    margin-bottom: 20px;

}

.list>a body .work .main .content .list .item .desc {
    bottom: 0;
}

.list>a:nth-child(3n) {
    margin-right: 0%;
}

.list>a:nth-child(4) {
    margin-bottom: 0%;
}

.list>a:nth-child(5) {
    margin-bottom: 0%;
}

.list>a:nth-child(6) {
    margin-bottom: 0%;
}

body .work .main .content .list .item {
    overflow: hidden;

    width: 100%;
    height: 100%;
    position: relative;
}

body .work .main .content .list .item span {
    position: absolute;
    display: block;
    bottom: 17px;
    font-size: 16px;
    color: white;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 2;
}

body .work .main .content .list .item .desc p:first-child {

    opacity: 0;
}

body .work .main .content .list .item:hover .desc {
    /* display: flex; */
    < !--height: 110%;
    -->
}

body .work .main .content .list .item:hover {}

body .work .main .content .list .item:hover .desc p:first-child {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

body .work .main .content .list .item:hover span {
    color: #fff;
    opacity: 1;
}

body .work .main .content .list .item .desc {
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #3a495c;
    width: 100%;
    height: 0%;
    opacity: .8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 50px;
    box-sizing: border-box;
    transition: all 1s ease 0s;
}

body .work .main .content .list .item .desc p {
    color: white;
    margin: 0;
    font-size: 18px;
    position: relative;
}

body .work .main .content .list .item .desc p:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 16px;
    height: 3px;
    background-color: #ffaa06;
}

body .work .main .content .list .item .desc p:last-child {
    margin-top: 80px;
    font-size: 14px;
    line-height: 22px;
}

body .work .main .content .list .item:hover img {
    transform: scale(1.2)
}

.zz {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

body .work .main .content .list .item:hover .zz {
    background-color: rgba(0, 0, 0, 0.3);
}

body .work .main .content .list .item img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

body .support {
    width: 100%;

    /* height: 305px; */
    padding: 2.7% 0;
    background-color: #f4f9ff;
}

body .support .container {
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* background: url("../images/bg_slogn.png") no-repeat; */
}

body .support .container a {
    width: 24%;
    height: 150px;
    margin: 0 1%;
    overflow: hidden;
}

body .support .container a:hover img {
    transform: scale(1.2)
}

/* body .support .container::after {
    content: "";
    display: block;
    background: url("../images/bg_slogn.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  } */

body .support .container img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;

}

body .footer {
    height: 170px;
    background-size: 100% 100%;
    position: relative;
}

body .footer .container {
    background-color: #3eb5c5;
    padding: 3% 5%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body .footer .container .scan {
    height: 95px;
    display: flex;
    align-items: center;
}

body .footer .container .scan .desc {
    margin-left: 15px;
}

body .footer .container .scan .desc p {
    line-height: 20px;
    font-size: 14px;
    color: white;
}


body .footer .container .info {
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    font-size: 14px;
}

body .footer .container .info .item:first-child {
    position: relative;
}

body .footer .container .info .item:first-child::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/phone.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
}

body .footer .container .info .item:nth-of-type(2) {
    position: relative;
}

body .footer .container .info .item:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/print.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
}

body .footer .container .info .item:last-child {
    position: relative;
}

body .footer .container .info .item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/location.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    left: -30px;
}

body .footer .container .meta {
    padding-top: 34px;
}

body .footer .container .meta p,
body .footer .container .meta span {
    font-size: 14px;
    color: white;
    margin-bottom: 18px;
}

body .footer .container .meta span {
    opacity: .3;
    margin-left: 6px;
}

body .footer .container .meta p a {
    color: white;
}

body .footer .container .meta span {
    margin-left: 10px;
}

body .footer::after {
    content: "";
    display: block;
    background-color: #0067B1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}


#Institution .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-vertical>.swiper-pagination-bullets {
    bottom: -2px;
}

#Institution .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 23px;
    height: 12px;
    border-radius: 5px;
    background: #d3d3d3;
    transition: all 1s;
}

#Institution .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 42px;
    height: 12px;
    border-radius: 5px;
    background: #0067B1;
}

#Institution .swiper-container-vertical>.swiper-pagination-bullets {
    top: 98%;
    right: 46%;
    display: flex;
    display: -webkit-flex;
}

#Institution .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 42px;
    height: 12px;
    margin: 0 5px;
    border-radius: 5px;
    background: #0067B1;
}

#Institution .swiper-container-vertical>.swiper-pagination-bullets{ width: 100%; top: auto; bottom: -10px; right: 0; display: block;}
#Institution .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{ display: inline-block;}

body .header .content-wraper .m_nav {
    display: none;
}

@media screen and (max-width:1920px) {
}

@media screen and (max-width:1600px) {
    body .work .main .content .list .item .desc p:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body .header .content-wraper .navbar ul {
        width: 84%;
    }

    body .header .content-wraper .navbar .control a:last-child {
        margin-top: 7%;
    }

    body .header .content-wraper .m_nav {
        display: none;
    }

    body .new .new-wraper .newsdynamic .swiper-container,
    body .new .new-wraper .newsdynamic .other,
    body .new .new-wraper .newsdynamic .content #tabs {
        height: 380px;
    }

    body .new .new-wraper .newsdynamic .other .desc {
        height: 215px;
    }

    body .new .new-wraper .newsdynamic .other .desc p:nth-of-type(2) {
        -webkit-line-clamp: 4;
        margin: 18px 0 26px 0;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div p {
        margin: 0 0 33px !important;
    }

    body .new .new-wraper .newsdynamic .content #tabs .newlistnav {
        top: -13%;
    }

    body .sub .tab-content #Institution .item {}

    body .sub .tab-content #Institution a {
        

    }

    body .work .main .tabbar ul li {
        height: 75px;
    }

    body .work .main {
        height: 420px;
    }

    body .work {
        height: 632px;
    }

    body .work .main .tabbar ul .active::after {
        top: 20px;
    }
}

@media screen and (max-width: 1440px) {
    body .sub .tab-content #Institution .item {
        
    }

    body .header .content-wraper .navbar .control {
        width: 13%;
    }

    body .footer .container .meta p,
    body .footer .container .meta span {
        font-size: 14px;
        color: white;
        margin-bottom: 21px;
    }

    body .footer .container .meta {
        padding-top: 38px;
    }

    body .footer .container .scan .desc p {
        font-size: 16px;
    }

    body .footer .container .info {
        font-size: 12px;
        line-height: 20px;
    }

    body .work .main {
        height: 370px;
    }

    body .work .main .tabbar ul li {
        height: 67px;
    }

    body .work .main .tabbar ul li .meta p:first-child {
        margin-bottom: 5px;
    }

    body .work {
        height: 574px;
    }
}

@media screen and (max-width:1366px) {
    body .work .main .content .list .item .desc p:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .work {
        height: 550px;
    }

    body .work .main {
        height: 346px;
    }

    body .work .main .tabbar ul li .meta p:first-child {
        font-size: 16px;
        margin-bottom: 5px;
    }

    body .work .main .tabbar ul li {
        height: 60px;
    }

    body .work .main .tabbar ul .active::after {
        top: 16px;
    }
    
    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p {
        width: 747px;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p:last-child {
        font-size: 30px;
    }

    body .header .content-wraper .navbar {
        width: 68%;
    }

    body .header .content-wraper .logo {
        width: 26%;
    }

    body .header .content-wraper .navbar .control {
        width: 8%;
    }

    body .header .content-wraper .m_nav {
        display: none;
    }

    body .sub .tab-content #Institution .item {
        
    }

    body .new .new-wraper .newsdynamic .other .desc .mark span:last-child {
        margin-top: 5px;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark {
        height: 60px;
        padding-top: 6px;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark span:first-child {
        font-size: 20px;
    }

    body .sub .tab-content #Institution a {
        
        margin-right: 14px;
    }
}

@media screen and (max-width:1200px) {
    body .header .content-wraper .navbar {
        line-height: 90px;
    }

    body .header {
        height: 90px;
    }
    body .banner{ margin-top: 90px;}
    body .header .content-wraper .m_nav {
        display: none;
    }

    body .new .new-wraper .newsdynamic .meta p {
        font-size: 32px;
    }

    body .new .new-wraper .newsdynamic .meta p:last-child {
        font-size: 22px;
    }

    body .header .content-wraper .navbar {
        line-height: 87px;
    }

    body .header .content-wraper .navbar ul {
        width: 88%;
    }

    body .header .content-wraper .navbar {
        width: 68%;
    }

    body .header .content-wraper .navbar .control a {
        margin: 0 8px;
    }

    body .header .content-wraper .navbar .control a:last-child {
        margin-top: 13%;
    }

    body .sub .tab-content #Institution .item {
        
    }

    body .sub .lead>.p1,
    body .work .lead>.p1 {
        font-size: 34px;
    }

    body .sub .lead p:nth-of-type(2),
    body .work .lead p:nth-of-type(2) {
        font-size: 24px;
    }

    body .work .lead {
        margin-bottom: 35px;
    }

    body .work {
        height: 840px;
    }
}

@media screen and (max-width:768px) {
    body .work .main .content .list .item .desc p:first-child {
        opacity: 1;
        text-align: center;
        padding-top: 58px;
    }
    body .banner{ margin-top: 60px;}
    body .banner .container-fluid .pagination-num .active {
        font-size: 24px;
    }

    body .banner .container-fluid .pagination-num span {
        font-size: 16px;
    }

    body .banner .container-fluid .pagination-num {
        height: 68px;
        display:none;
    }

    .ani>img {
        width: 18px;
    }

    body .banner .container-fluid .swiper-container .banner-pagination {
        width: 2px;
        height: 80px;
        background: #fff;
        top: 50%;
        right: 3%;
        z-index: 2;
        margin-top: -40px;
        display:none;
    }
    body .banner .container-fluid .swiper-container .swiper-button-next{ left: 70px;}
    body .banner .container-fluid .swiper-container .swiper-button-prev,body .banner .container-fluid .swiper-container .swiper-button-next{ top: 85%; display:none;}
    body .header .content-wraper .m_nav {
        display: block;
    }

    .body .header .content-wraper .open {
        display: block !important;
    }

    body .header {
        height: 48px;
    }

    body .header .content-wraper {
        width: 94%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    body .header .content-wraper #navToggle {
        display: block;
        width: auto;
        height: 38%;
    }

    body .header .content-wraper #navToggle span {
        width: 100%;
        height: 100%;
    }

    body .header .content-wraper #navToggle span img {
        max-width: 100%;
        max-height: 100%;
    }

    body .header .content-wraper .logo {
        box-sizing: border-box;
        height: 100%;
        display: flex;
        align-items: center;
        width: auto;
        object-fit: cover;
    }

    body .header .content-wraper .logo img {
        height: 33px;
    }

    body .header .content-wraper .navbar {
        display: none !important;
        height: 100%;
        width: 74%;
        display: flex;
        line-height: 112px;
    }

    body .header .content-wraper .navbar ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }

    body .header .content-wraper .navbar ul li {
        list-style: none;
    }

    body .header .content-wraper .navbar ul li a {
        text-decoration: none;
        font-size: 16px;
        color: white;
    }

    body .header .content-wraper .navbar .control {
        margin-left: 5%;
        width: 10%;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    body .header .content-wraper .navbar .control a {
        text-decoration: none;
        font-size: 16px;
        color: white;
    }

    body .header .content-wraper .navbar .control a:last-child {
        margin-left: 1.3%;
        margin-top: 6%;
    }

    body .header .content-wraper .navbar .control::before {
        content: "|";
        display: block;
        position: absolute;
        font-size: 18px;
        color: white;
        top: 0;
        left: -25%;
    }

    body .header .content-wraper .m_nav {
        position: fixed;
        top: 0px;
        box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        top: 0;
        transform: translateX(100%);
    }

    body .header .content-wraper .m_nav.open {
        transform: translateX(0);
    }

    body .header .content-wraper .m_nav .top {
        height: 60px;
        padding: 0;
        box-sizing: border-box;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    body .header .content-wraper .m_nav .top .closed {
        width: 32px;
        height: 24px;
        vertical-align: middle;
        float: right;
        cursor: pointer;
    }

    body .header .content-wraper .m_nav .logo {
        width: 100%;
        height: 78px;
        background-color: #216094;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    body .header .content-wraper .m_nav .logo img {
        height: 33px;
        width: auto;
        display: block;
        margin: 0;
    }

    body .header .content-wraper .m_nav .ul {
        margin-top: 30px;
    }

    body .header .content-wraper .m_nav .ul li {
        list-style: none;
        padding: 0 20px;
        border-bottom: 1px solid #f5f5f5;
        transform: translateY(0);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        opacity: 0;
    }

    body .header .content-wraper .m_nav.open .ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    body .header .content-wraper .m_nav .ul li:nth-child(1) {
        -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li:nth-child(2) {
        -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li:nth-child(3) {
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li:nth-child(4) {
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li:nth-child(5) {
        -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }
    
    body .header .content-wraper .m_nav .ul li:nth-child(7) {
        -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }
    
    body .header .content-wraper .m_nav .ul li:nth-child(8) {
        -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
        transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    }

    body .header .content-wraper .m_nav .ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

    body .header .content-wraper .m_nav .ul li .dropdown_menu {
        display: none;
    }

    body .header .content-wraper .m_nav .ul li.dropdown.active .dropdown_menu {
        display: block;
    }

    body .header .content-wraper .m_nav .ul li .dropdown_menu a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #f5f5f5;
    }

    body .header .content-wraper .m_nav .ul li .dropdown_menu a:last-child {
        border: none;
    }

    body .header .content-wraper .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }

    body .header .content-wraper .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    body .header .content-wraper .header #navToggle span:before,
    body .header .content-wraper .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    body .header .content-wraper .header #navToggle span,
    body .header .content-wraper .header #navToggle span:before,
    body .header .content-wraper .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    body .header .content-wraper .header #navToggle span:before {
        top: 8px;
    }

    body .header .content-wraper .header #navToggle span:after {
        bottom: 10px;
    }

    body .header .content-wraper .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    body .header .content-wraper .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    body .header .content-wraper .header #navToggle.open span {
        background: none;
    }

    body .header .content-wraper .header #navToggle.open span:before,
    body .header .content-wraper .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    body .banner.index-banner {
        position: relative;
        height: 180px !important;
        background:#ccc;
    }

    body .banner .container-fluid {
        padding: 0;
    }

    body .banner .container-fluid .swiper-container {
        overflow: hidden;
    }

    body .banner .container-fluid .swiper-container .banner-pagination span {
        text-align: center;
        display: block;
        font-size: 20px;
        color: white;
    }

    body .banner .container-fluid .swiper-container .banner-pagination span:first-child {
        color: #ffaa06;

        font-size: 30px;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta {
        display: none;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p {
        margin: 0;
        width: 880px;
        text-align: center;

        color: white;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p:first-child {
        margin-left: -10%;
        font-size: 20px;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide .meta p:last-child {
        font-size: 26px;
    }

    body .banner .container-fluid .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    body .banner .container-fluid .ani {
        display: none;
    }

    body .new {
        padding: 20px 3% 10px;
        margin: 0;
    }

    body .new .new-wraper .newsdynamic .other .desc p:nth-of-type(1) {
        width: 100%;
        -webkit-line-clamp: 1;
    }

    .list>a {
        display: block;
        width: 100%;
        height: 214px !important;
    }

    body .new .new-wraper .newsdynamic .content {
        display: flex;
        flex-direction: column;
    }

    body .new .new-wraper .newsdynamic .content .left {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0%;
    }

    body .new .new-wraper .newsdynamic .content .right {
        position: relative;
        width: 100%;
    }

    body .new .new-wraper .newsdynamic .content .right .newlistnav .navfixed {
        display: flex;


    }

    body .new .new-wraper .newsdynamic .content .right .newlistnav .navfixed li {
        list-style: none;
        margin-right: 0 !important;
        width: 23.5%;
    }

    body .new .new-wraper .newsdynamic .content .right .newlistnav .newmore {
        position: absolute;
        right: 0;
    }

    body .new .new-wraper .newsdynamic .content .left .newswiper {
        width: 100%;
        height: auto;
    }
    body .new .new-wraper .newsdynamic .swiper-container .swiper-slide{ display: block !important;}
    body .new .new-wraper .newsdynamic .swiper-container .hvr-grow{ width: 100%; height: 222px; background: #f1f1f1;}

    body .new .new-wraper .newsdynamic .content #tabs {
        height: auto;
        width: 100% !important;
        margin: 0;

        box-sizing: border-box;
    }

    body .new .new-wraper .newsdynamic .content #tabs ul {
        margin: 0;
        padding: 0;
        margin: 20px 0 40px;
    }

    body .new .new-wraper .newsdynamic .content #tabs ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #999;
        background-color: transparent;
    }

    body .new .new-wraper .newsdynamic .content #tabs .newlistnav .active a {
        color: black;
    }

    body .new .new-wraper .newsdynamic .content #tabs ul li .tabulous_active {
        background-color: transparent !important;
        color: #212121;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content {
        width: 100%;
        height: 150px !important;
        padding: 0;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div {
        width: 100%;
        top: 0 !important;
        margin-right: 0;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div a {
        text-decoration: none;
        margin-bottom: 15px;
        display: block;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div p {
        font-size: 18px;
        color: #555;
        position: relative;
        margin-bottom: 18px;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div p {
        margin: 0 0 0 !important;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div p span {
        font-size: 14px !important;
        color: #999;
    }

    body .new .new-wraper .newsdynamic .content #tabs .tab-content div .active {
        color: #0067B1;
    }

    body .new .new-wraper .newsdynamic .meta {
        margin-bottom: 30px;
    }

    body .new .new-wraper .newsdynamic .meta p {
        font-size: 26px;
        color:#999;
    }

    body .new .new-wraper .newsdynamic .meta p:last-child {
        font-size: 20px;
    }

    body .new .new-wraper .newsdynamic .newswiper {
        width: 760px;
        height: 505px;
        margin: 0;
        position: relative;
    }

    /* 
  body .new .new-wraper .newsdynamic .newswiper .new-pagination {
    position: absolute;
    right: 5%;
    z-index: 1;
    text-align: center;
  }

  body .new .new-wraper .newsdynamic .newswiper .new-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 22px;
    height: 22px;
  } */
    body .new .new-wraper .newsdynamic .newswiper .new-pagination {
        position: absolute;
        display: flex;
        justify-content: flex-end;

        z-index: 2;
        text-align: center;
        bottom: auto;
        top: 180px;
        box-sizing: border-box;
    }

    body .new .new-wraper .newsdynamic .newswiper .new-pagination .swiper-pagination-bullet {
        border-radius: 0;
        width: 22px;
        height: 22px;
        background-color: #FFFFFF;
        color: #2954A6;
        border: 2px solid #687BAB;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    body .new .new-wraper .newsdynamic .newswiper .new-pagination .swiper-pagination-bullet-active {
        background-color: #0067b1;
        color: white;
        border: none;
    }

    body .new .new-wraper .newsdynamic {
        margin-bottom: 0px;
    }

    body .new .new-wraper .newsdynamic .other {
        overflow: hidden;
        width: 100%;
        background-color: #f8f8f8;
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
    }

    body .sub .lead>.p1,
    body .work .lead>.p1 {
        font-size: 26px;
    }

    body .sub .lead p:nth-of-type(2),
    body .work .lead p:nth-of-type(2) {
        font-size: 20px;
    }

    body .new .new-wraper .newsdynamic .other .desc {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding:20px;
    }

    body .new .new-wraper .newsdynamic .other .desc p:first-child {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .new .new-wraper .newsdynamic .other .desc p:nth-of-type(2) {
        text-align: justify;
        font-size: 14px;
        color: #999999;
        -webkit-line-clamp:2;
        margin:10px 0 0;
        padding-top:10px;
    }

    body .new .new-wraper .newsdynamic .other .desc a {
        color: #1a428a;
        font-size: 14px;
        text-decoration: none;
        display:none;
    }

    body .new .new-wraper .newsdynamic .other .desc a::after {
        content: ">>";
        display: inline-block;
        margin-left: 5px;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark {
        position: absolute;
        text-align: center;
        padding-bottom: 10px;
        top: 0;
        right: 0;
        width: 64px;
        height: 60px;
        background-color: #0067B1;
        display:none;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark span {
        display: block;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark span:first-child {
        font-size: 22px;
        color: white;
    }

    body .new .new-wraper .newsdynamic .other .desc .mark span:last-child {
        font-size: 12px;
        color: white;
    }

    body .new .new-wraper .newsdynamic .other::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10%;
        background: url("../images/other.png");
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        opacity:.5;
    }

    body .sub {
        padding: 20px 3%;
        height: auto;
        display:none;
    }

    body .sub .lead {
        margin-bottom: 42px;
        position: relative;
    }

    body .sub .lead h2 {
        width: auto;
        color: black;
        font-size: 36px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 25px;
    }

    body .sub .lead p {
        font-size: 26px;
        color: #333;
        margin: 0;
    }

    body .sub .lead .tabs {
        position: relative;
    }

    body .sub .lead .tabs ul {
        height: 34px;
    }

    body .sub .lead .tabs ul li {
        list-style: none;
        cursor: pointer;
        font-size: 18px;
        color: #333333;
    }

    body .sub .lead .tabs ul .active {
        position: relative;
    }

    body .sub .lead .tabs ul .active::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        left: 30%;
        width: 31px;
        height: 3px;
        background-color: #ffaa06;
    }

    body .sub .tab-content {
        height: 425px;
        overflow: hidden;
    }

    body .sub .tab-content #Institution {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    body .sub .tab-content #Institution .swiper-slide{ display: block !important;}
    body .sub .tab-content #Institution a {
        overflow: hidden;
        text-decoration: none;
        width: 100% !important;
        margin: 0;
        height:100px;
    }

    body .sub .tab-content #Institution .item {
        overflow: hidden;
        width: 100%;
        margin-bottom: 0;
        box-sizing: border-box;
        padding: 0 !important;
    }

    body .sub .tab-content #Institution .item .meta {
        box-sizing: border-box;
        padding-left: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body .sub .tab-content #Institution .item .meta p {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    body .sub .tab-content #Institution .item .meta p:first-child {
        margin-bottom: 8px;
        font-size: 16px;
        color: #333;
    }
    body .sub .tab-content #Institution .item .meta p:last-child{
        margin-top:0px;
        line-height:23px;
    }

    body .sub .tab-content #Institution .item img {
        height: 103px;
        width: 140px;
    }

    body .work {
        overflow: hidden;
        padding: 20px 3% 10px;
    }

    body .work .lead {
        margin-bottom: 60px;
        position: relative;
    }

    body .work .lead h2 {
        width: auto;
        color: black;
        font-size: 36px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 25px;
    }

    body .work .lead p {
        font-size: 26px;
        color: #333;
        margin: 0;
    }

    body .work .lead .workmore {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 110px;
        height: 40px;
        color: #0067b1;
        border: 1px solid #0067b1;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    body .work .lead .workmore:hover {
        background-color: #0067B1;
        border: 1px solid #0067B1;
        color: #fff;
    }

    body .work .lead .workmore img {
        margin-right: 10px;
    }

    body .work {
        height: auto;
    }

    body .work .main {
        height: auto;
        overflow: hidden;
        display: block;
    }

    body .work .main .tabbar {
        display: flex;
    }

    body .work .main .tabbar ul {
        display: flex;
        justify-content: space-between;
        flex-direction: inherit;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-right: 0;
    }

    .tabbar .meta {
        width: auto;
    }

    body .work .main .tabbar ul li {
        list-style: none;
        background-color: #eee;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        padding:16px;
        box-sizing: border-box;
    }

    body .work .main .tabbar ul li .meta p {
        font-size: 12px;
        color: #333;
        margin: 0;
    }

    body .work .main .tabbar ul li .meta p:first-child {
        font-size: 15px;
        margin-bottom: 5px;
    }

    body .work .main .tabbar ul .active p {
        color: white !important;
    }

    body .work .main .tabbar ul .active::after {
        display: none;
    }

    body .work .main .content {
        overflow: hidden;
        margin-top: 20px;
    }

    body .work .main .content .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body .work .main .content .list a{ width: 48.5%; height: 100px !important; margin:0 0 12px !important;}
    body .work .main .content .list a:nth-child(2n){ float: right;}
    
    
    body .work .main .content .list .item {
        margin-bottom: 20px;
        width: 100%;
    }

    body .work .main .content .list .item span {
        bottom: 0;
        font-size: 13px;
        background: rgba(0,0,0,0.5);
        padding: 0 5px;
        height: 33px;
        line-height: 33px;
        box-sizing: border-box;
    }

    body .work .main .content .list .item:hover .desc {
        display: flex !important;
    }

    body .work .main .content .list .item .desc {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 30px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    body .work .main .content .list .item .desc p {
        color: white;
        margin: 0;
        font-size: 18px;
        position: relative;
    }

    body .work .main .content .list .item .desc p:first-child::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: 47%;
        width: 16px;
        height: 3px;
        background-color: #ffaa06;
    }

    body .work .main .content .list .item .desc p:last-child {
        margin-top: 50px;
        font-size: 14px;
    }

    body .work .main .content .list .item img {
        width: 100%;
        height: 100%;
    }

    body .support {
        height: auto;
        padding: 8px 0 20px;
    }

    body .support .container {
        width: 94%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }

    body .support .container::after {
        content: "";
        display: block;
        background: url("../images/bg_slogn.png") no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    body .support .container img {
        width: 100%;
        height: auto;

    }

    body .footer {
        height: auto;
        background: #0067b1;
        background-size: 100% 100%;
        position: relative;
    }

    body .footer .container {
        justify-content: center;
    }

    body .footer .container .scan {
        height: 95px;
        display: flex;
        align-items: center;

    }

    body .footer .container .scan .desc {
        display: none;

    }

    body .footer .container .scan .desc p {
        margin: 0;
        font-size: 18px;
        color: white;
    }

    body .footer .container .info {
        margin-left: 56px;
    }

    body .footer .container .info .item:first-child {
        position: relative;
    }

    body .footer .container .info .item:first-child::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/phone.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 0;
        left: -30px;
    }

    body .footer .container .info .item:nth-of-type(2) {
        position: relative;
    }

    body .footer .container .info .item:nth-of-type(2)::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/print.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 0;
        left: -30px;
    }

    body .footer .container .info .item:last-child {
        position: relative;
    }

    body .footer .container .info .item:last-child::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/location.png) no-repeat;
        width: 20px;
        height: 20px;
        top: 0;
        left: -30px;
    }

    body .footer .container .meta {
        display: none;
        font-size: 12px;
    }

    body .footer .container .meta p,
    body .footer .container .meta span {
        font-size: 18px;
        color: white;
        margin: 0;
    }

    body .footer .container .meta span {
        margin-left: 10px;
    }

    body .footer::after {
        content: "";
        display: block;
        background-color: #0067B1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .7;
        display: none;
    }

    body .new .new-wraper .newsdynamic .content #tabs .newlistnav {
         width: 100%;
        position: relative;
        margin: 15px 0 25px;
        left: 0;
        top: 0;
        padding: 0;
    }
    
    
    
}

@media screen and (max-width:420px) {

    body .footer .container .scan {
        display: none;
    }

    body .footer .container {
        display: block;
    }

    body .footer .container .meta p {
        line-height: 24px;
        font-size: 12px;
        text-align: left !important;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }

    body .footer .container {
        padding: 4% 3%;
    }

    body .footer .container .info {
        height: 73px;
    }

    body .footer .container .meta {
        padding-top: 15px;
    }

    body .footer .container .meta p:last-child {
        display: none !important;
    }

    body .footer .container .meta {
        display: block;
    }

    body .support .container a {
        width: 48.5%;
        height: auto;
        position: relative;
        z-index: 3;
        margin: 12px 0 0;
    }
    body .support .container a img{ width: 100%; float: left;}

    body .work .lead {
        margin-bottom: 28px;
    }

    .seeMore {
        display: block;
        position: absolute;
        bottom: -7px;
        right: 0;
        width: 76px;
        height: 28px;
        color: #ffaa06;
        border: 1px solid #ffaa06;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cnm>.cmnSpan {
        width: 68%;
    }

    body .new .new-wraper .newsdynamic .meta p {
        font-size: 22px;
        color:#e6e6e6;
        margin-bottom:10px;
    }

    body .new .new-wraper .newsdynamic .meta p:last-child {
        font-size: 22px;
        margin-top:-25px;
    }

    body .sub .lead>.p1,
    body .work .lead>.p1 {
        font-size: 22px;
        color:#e5e5e5;
    }

    body .sub .lead p:nth-of-type(2),
    body .work .lead p:nth-of-type(2) {
        font-size: 22px;
        margin-top:-25px;
    }

    body .work .lead .workmore img {
        margin:0;
    }

    body .work .lead .workmore {
        width: auto;
        height: auto;
        border:none;
    }

    body .sub .lead .tabs ul {
        width: 196px;
    }

    body .banner.index-banner {
        position: relative;
        height: 194px;
    }

    body .footer .container .info {
        margin-left: 29px;
    }
}

@media screen and (max-width: 768px) {
    body .header {
        height: 60px !important;

    }

    body {
        background-color: #fff !important;
    }

    body .header .content-wraper .m_nav .logo {
        width: 100%;
        height: 60px !important;
        background-color: #3eb5c5;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 400px) {
    body {
        background-color: #fff !important;
    }

    body .banner {
        height: 163px;
        margin-bottom: 0 !important;
    }

    body .maincontent .content {
        padding-bottom: 10px !important;
    }


}
